@charset "utf-8";
img {
	max-width: 100%;
}

.index-wrapper {
	width: 88%;
	margin: 0 auto;
}
.wrapper-1280 {
	max-width: 1360px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper-1440 {
	max-width: 1520px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}

.p100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.m100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.icon-png {
	background: url(../../images/icon.png) no-repeat;
	display: inline-block;
}

.inner-banner {
	position: relative;
}
.inner-banner img {
	width: 100%;
}
.inner-banner .text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.inner-banner .text .en {
	font-size: 72px;
	opacity: .1;
	text-transform: uppercase;
	font-weight: bold;
}
.inner-banner .name {
	font-size: 36px;
	display: inherit;
	line-height: 1;
}
.inner-banner .name:after {
	content: " ";
	width: 4px;
	height: 36px;
	margin-left: 28px;
	background-color: #b61a86;
}

.header {
	height: 80px;
}
.header .header-wrapper {
	width: 90%;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.header .logo {
	width: 27%
}
.header .logo a {
	display: block;
	width: 206px;
	height: 32px;
	background-image: url(../../images/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.header .header-main {
	width: 70%;
  margin-left: auto;
	display: flex;
	align-items: center;
}
.header .nav {
	margin-left: auto;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex: 1;
	margin-right: 3%;
}
.header .nav a {
	width: 15%;
	display: inline-block;
	text-align: right;
	line-height: 1;
	margin-left: 2%;
	font-size: 16px;
}
.header .header-main a:hover, .header .nav a.cur {
	color: #b61a86;
}
.header .header-search-icon {
	width: 22px;
	height: 23px;
	display: inline-block;
	background-position: 0 0;
	cursor: pointer;
	margin: 0 2%;
}
.header .header-search-icon:hover {
	background-position: 0 -23px;
}

.header-search-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background-color: #fff;
	display: none;
}
.header-search-wrap .close {
	position: fixed;
	top: 15px;
	right: 15px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../../images/close.png) no-repeat;
	cursor: pointer;
}
.header-search-form {
	height: 100%;
}
.header-search {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	width: 20%;
	position: relative;
	transition: width .6s;
}
.header-search:after {
	position: absolute;
	content: " ";
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #b61a86;
	transition: width .6s;
}
.header-search.search-focus:after {
	width: 100%;
}
.header-search i.search-icon {
	width: 22px;
	height: 23px;
	display: inline-block;
	background-position: 0 0;
	cursor: pointer;
	margin: 0 2%;
}
.header-search i.search-icon:hover {
	background-position: 0 -23px;
}
.header-search .search-btn {
	border: none;
	background: transparent;
}
.header-search .search-input {
	flex: 1;
	background-color: transparent;
	border: none;
	color: #666;
	font-size: 20px;
}

.column-title.center {
	text-align: center;
}
.column-title h2 {
	color: #ccc;
	font-size: 16px;
	line-height: 1;
	margin-top: 5px;
	text-transform: uppercase;
}
.column-title h1 {
	font-size: 30px;
}
.column-title.row {
	display: flex;
	align-items: flex-end;
}
.column-title.row h2 {
	margin-left: 18px;
	margin-top: 0;
}

/* 栏目详情 */
.column-detail .title {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: black;
	margin-bottom: 12px;
}

.column-detail .content {
	font-size: 16px;
	line-height: 1.7;
}

.column-detail .info {
	color: #999;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.column-detail .content img{
	max-width: 100%;
}

.product-category-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.product-category-item .category-img {
	height: 46px;
	width: 100%;
}
.product-category-item .category-img img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
.product-category-item .p-h {
	display: none;
}
.product-category-item:hover .p,.product-category-item.on .p {
	display: none;
}
.product-category-item:hover .p-h,.product-category-item.on .p-h {
	display: inline-block;
}
.product-category-item p {
	margin-top: 13px;
	color: #999;
	text-align: center;
}
.product-category-item:hover p,.product-category-item.on p {
	color: #b61a86;
}

.crumbs-wrapper {
	height: 60px;
	line-height: 60px;
	background-color: #f5f6f7;
}
.crumbs {
	color: #999;
}
.crumbs i {
	display: inline-block;
	width: 16px;
	height: 15px;
	background-position: -96px 0;
	margin-right: 10px;
}
.crumbs a {
	color: #999;
	margin: 0 5px;
}
.crumbs a:hover {
	color: #b61a86;
}


/*底部*/
.footer .footer-main {
  padding: 70px 0 0;
  background-color: #f5f5f5;

}
.footer .footer-nav {
  display: flex;
  justify-content: space-between;
}
.footer .footer-nav-list {
  display: flex;
  flex: 1
}
.footer .footer-nav-item {
  padding: 0 3%;
}
.footer .footer-nav-item:first-child {
  padding-left: 0;
}
.footer .footer-nav-item h3 {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 16px;
	color: #666;
}
.footer .footer-nav-item .nav-column li {
  line-height: 2.4;
}
.footer .footer-nav-item .nav-column li a {
  color: #999;
}
.footer .footer-nav-item .nav-column li a:hover {
  color: #b61a86;
}
.footer .footer-nav-item .footer-contact-con {
	line-height: 2.4;
	color: #999;
}
.footer .footer-nav-item .footer-contact-con a {
	color: #999;
}
.footer .footer-nav-item .footer-contact-con a:hover {
	color: #b61a86;
}
.footer h2 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #666;
}
.footer .follow .wechat-wrap {
	position: relative;
	color: #999;
}
.footer .follow .wechat i {
	display: inline-block;
	width: 24px;
	height: 20px;
	background-position: -48px 0px;
	margin-right: 10px;
}
.footer .follow .qrcode-wrap {
	position: absolute;
	top: -150px;
	left: 50%;
	margin-left: -62px;
	opacity: 0;
	transition: 0.2s ease-in-out;
}
.footer .follow .qrcode-wrap.show {
	top: -140px;
	opacity: 1;
}
.footer .qrcode-wrap .qrcode {
	width: 120px;
	height: 120px;
	position: relative;
	box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);
}
.footer .qrcode-wrap .qrcode:after {
	position: absolute;
    display: inline-block;
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    box-shadow: -2px 2px 5px 0px rgb(0 0 0 / 8%);
}
.footer .qrcode-wrap .qrcode img {
	width: 120px;
	height: 120px;
}
.footer .follow .douyin-wrap {
	position: relative;
	margin-left: 40px;
	color: #999;
}
.footer .follow .douyin i {
	display: inline-block;
	width: 18px;
	height: 22px;
	background-position: -75px 0;
	margin-right: 10px;
}
.footer .shop {
	margin-top: 60px;
	color: #999;
}
.footer .links {
	position: relative;
	width: 142px;
}
.footer .links .hd {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	height: 30px;
	padding: 13px;
	cursor: pointer;
}
.footer .links .hd i {
	display: inline-block;
	width: 10px;
	height: 5px;
	background-position: -27px -34px;
}
.footer .links:hover .hd {
	border-radius: 5px 5px 0 0;
}
.footer .links .bd {
	position: absolute;
	left: 0;
	right: 0;
	top: 29px;
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	padding: 10px 13px;
	display: none;
	background-color: #f5f5f5;
	max-height: 210px;
	overflow: auto;
}
.footer .links .bd li+li {
	margin-top: 8px;
}
.footer .links .bd li a {
	color: #999;
}
.footer .links .bd li a:hover {
	color: #b61a86;
}
.footer .footer-contact {
	color: #999;
	line-height: 2;
	padding-top: 40px;
	padding-bottom: 30px;
}

.footer .copyright {
  height: 60px;
  background-color: #f5f5f5;
  color: #999;
  border-top: 1px solid #e0e0e0;
}
.footer .copyright .copyright-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.footer .copyright p {
  margin: 0;
}
.footer .copyright a {
  color: #666;
}
.footer .copyright a:hover {
  color: #b61a86;
}



.pages{
  text-align: center;
  margin-top: 50px;
}

.pages a{
  padding: 4px 14px;
  margin: 0 4px;
  color: #666;
  background-color: #f5f6f7;
}

.pages span{
  padding: 4px 14px;
  background: #b61a86;
  color:#fff;
  margin: 0 4px;
}

.pages a:hover{
  background: #b61a86;
  color:#fff;
  margin: 0 4px;
}





















@media screen and (max-width: 1280px){
	.f-search {
		display: none;
	}
	.f-nav {
		width: 100%;
	}
	.footer .link {
		display: none;
	}
	.f-contact {
		width: 100%;
	}
}


.wap {
	display: none !important;
}